From aee5de2dd5dc096afc3b7168142fa86bf987c120 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Tue, 6 Sep 2005 17:43:36 +0000 Subject: [PATCH] Add xcs to include path for xcs_proto.h. Signed-off-by: Christian Limpach --- tools/xenstore/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index 82c64dfc6f..68e3c30f00 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -15,6 +15,7 @@ PROG_DEP = .*.d BASECFLAGS+= -O3 $(PROFILE) #BASECFLAGS+= -I$(XEN_ROOT)/tools BASECFLAGS+= -I$(XEN_ROOT)/tools/libxc +BASECFLAGS+= -I$(XEN_ROOT)/tools/xcs BASECFLAGS+= -I$(XEN_ROOT)/xen/include/public BASECFLAGS+= -I. BASECFLAGS+= -I$(XEN_ROOT)/linux-2.6-xen-sparse/include/asm-xen/linux-public -- 2.30.2